.Spotlight{
    height: 400px;
    width: 435px;
}

.Spotlight, td{
    border: 1px solid black;
}
h1{
    font-size: 30px;
}
th{
    font-size: 24px;

}
thead th{
    padding: 10px;

}
.Names{
     text-decoration: underline;
     font-size: 18px;
     font-weight: 550;
}
#returnBtnAB{
    background: #fafafa;
    background-image: linear-gradient(to bottom, #fafafa, #85d0ff);
    border-radius: 11px;
    box-shadow: 3px 3px 3px #000000;
    color: #6e6e6e;
    font-size: 20px;
    padding: 5px 60px 5px 60px;
    margin: 15px 0;
    border: solid #636566 2px;
    text-decoration: none;
  }
  
  #returnBtnAB:hover {
    background: #79c0ed;
    background-image: linear-gradient(to bottom, #7bf17b, #84b2d1);
    text-decoration: none;
  }